Calling
the Default Queue Callback Routine
If the
default queue callback routine is initialized and specified when SetupCommitFileQueue
If you create
a filter callback routine that relies on the default queue callback routine to
handle a subset of the queue notifications, your filter callback routine must
call SetupDefaultQueueCallback
Important When you call SetupDefaultQueueCallback
explicitly, you must pass in the void pointer returned by either SetupInitDefaultQueueCallback or SetupInitDefaultQueueCallbackEx .
One way to do
this is to create a context structure for your custom callback routine that
includes as one of its members the void pointer returned by SetupInitDefaultQueueCallback
or SetupInitDefaultQueueCallbackEx.